home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / uwater.dxr / 00115_Script_115 < prev    next >
Text File  |  1998-10-25  |  717b  |  28 lines

  1. on enterFrame
  2.   global objects
  3.   global darksea
  4.   global shippiece
  5.   global restoration
  6.   global castrestore
  7.   global noprizesound
  8.   global world
  9.   set world = 1
  10.   set darksea = 0
  11.   set noprizesound = 0
  12.   set castrestore = 0
  13.   set restoration = 0
  14.   set objects = 0
  15.   
  16.   set the member of sprite 56 = "blank"
  17.   set the member of sprite 11 = "Hermitcrabshell"
  18.   set the member of sprite 12 = "Hermitcrab"
  19.   set the member of sprite 13 = "Luminousfish"
  20.   set the member of sprite 10 = "old"
  21.   set the member of sprite 14 = "hereitis"
  22.   
  23.   if shippiece = 1 or shippiece = 4 or shippiece = 5 or shippiece = 7 then 
  24.     set the member of sprite 14 = "blank"
  25.     set noprizesound = 1
  26.   end if
  27. end
  28.